|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RAExternalAgentInterface
Interface one should extend to control physical robots and other external agents with. This is actually the SERVER side.
| Method Summary | |
|---|---|
void |
connect()
Connect to the external agent. |
void |
disconnect()
Disconnect from the external agent. |
java.lang.String[] |
getSensorIDs()
Provide a list of sensor names. |
RADataType |
getSensorValue(java.lang.String sensor_id)
Give value of sensor with name given. |
void |
robotGo(double speed,
double angle)
Go somewhere. |
| Method Detail |
|---|
void connect()
throws RAException
RAException
void disconnect()
throws RAException
RAException
void robotGo(double speed,
double angle)
throws RAException
RAException
java.lang.String[] getSensorIDs()
throws RAException
RAException
RADataType getSensorValue(java.lang.String sensor_id)
throws RAException
RAException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||